Skip to content

Commit

Permalink
Merge pull request #58 from dfinity/try-with-new-tag
Browse files Browse the repository at this point in the history
test(IDX): switch from main to tag
  • Loading branch information
cgundy committed Sep 5, 2024
2 parents 2a09bae + 8e07cb3 commit c6e994b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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`.

0 comments on commit c6e994b

Please sign in to comment.