Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(IDX): switch from main to tag #58

Merged
merged 6 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/check_cla_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- .github/workflows/check_cla.yml
- .github/workflows/check_cla_dev.yml
- reusable_workflows/check_cla/**
- reusable_workflows/check_membership/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_cla_ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
call-check-cla:
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024
secrets: inherit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ If a new change needs to be deployed a new tag needs to be created. Currently th
git tag <tagname>
git push origin --tags
```
This will allow you to test out the workflow first if you'd like (we have a ruleset called CLA check (dev)), otherwise update the main ruleset CLA-check with the correct tag.
Then update the tag in the workflow `.github/workflows/check_cla_ruleset.yml`.