Skip to content

Commit

Permalink
Merge pull request #148 from pllim/action-skip-ci-move
Browse files Browse the repository at this point in the history
MNT: action-skip-ci has moved
  • Loading branch information
pllim authored Jan 26, 2021
2 parents a0ab53b + 7d821d6 commit e6e4df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
with:
BASEBRANCH_NAME: master
- name: Check skip CI
uses: pllim/action-skip-ci@main
uses: OpenAstronomy/action-skip-ci@main
id: skip_ci_step
with:
NO_FAIL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This should only run if we did not skip CI
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@ce17749
uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
if: steps.skip_ci_step.outputs.run_next == 'true'
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
run_next: ${{ steps.skip_ci_step.outputs.run_next }}
steps:
- name: Check skip CI
uses: pllim/action-skip-ci@main
uses: OpenAstronomy/action-skip-ci@main
id: skip_ci_step
with:
NO_FAIL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This should only run if we did not skip CI
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@ce17749
uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
if: steps.skip_ci_step.outputs.run_next == 'true'
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e6e4df9

Please sign in to comment.