Skip to content

Commit e4d2019

Browse files
authored
Merge pull request #1960 from pllim/action-skip-ci-move
MNT: action-skip-ci has moved
2 parents 8a1e5bb + 0861318 commit e4d2019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
run_next: ${{ steps.skip_ci_step.outputs.run_next }}
2222
steps:
2323
- name: Check skip CI
24-
uses: pllim/action-skip-ci@main
24+
uses: OpenAstronomy/action-skip-ci@main
2525
id: skip_ci_step
2626
with:
2727
NO_FAIL: true
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
# This should only run if we did not skip CI
3030
- name: Cancel Previous Runs
31-
uses: styfle/cancel-workflow-action@ce17749
31+
uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
3232
if: steps.skip_ci_step.outputs.run_next == 'true'
3333
with:
3434
access_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
run_next: ${{ steps.skip_ci_step.outputs.run_next }}
2727
steps:
2828
- name: Check skip CI
29-
uses: pllim/action-skip-ci@main
29+
uses: OpenAstronomy/action-skip-ci@main
3030
id: skip_ci_step
3131
with:
3232
NO_FAIL: true
3333
SKIP_DIRECTIVES: '[skip ci],[ci skip],[skip codeql],[codeql skip]'
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
# This should only run if we did not skip CI
3636
- name: Cancel Previous Runs
37-
uses: styfle/cancel-workflow-action@ce17749
37+
uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
3838
if: steps.skip_ci_step.outputs.run_next == 'true'
3939
with:
4040
access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)