Skip to content

Commit

Permalink
Merge pull request #70 from molpopgen/update_cancel_action
Browse files Browse the repository at this point in the history
Update cancel workflow
  • Loading branch information
molpopgen committed Mar 29, 2021
2 parents 22150f3 + f694d05 commit 4123c16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ secrets.ACTIONS }}
access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
- run: sudo apt-get update -y
Expand All @@ -43,6 +43,11 @@ jobs:
- stable
- nightly
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- run: brew update
- run: brew install gsl
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4123c16

Please sign in to comment.