Skip to content

Commit 6f63574

Browse files
committed
MNT: action-skip-ci has moved [ci skip]
1 parent 8a1e5bb commit 6f63574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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

0 commit comments

Comments
 (0)