Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbruer15 committed Sep 1, 2024
1 parent 9a8bac4 commit 5b81c9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [completed]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.workflow_run.head_commit.id }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.workflow_run.head_branch || github.event.workflow_run.head_commit.id }}
cancel-in-progress: true

jobs:
Expand All @@ -21,7 +21,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && !cancelled() }}
steps:
- name: Check stuff
run: echo ${{ github.event.workflow_run.head_branch }}
run: echo ${{ github.event.workflow_run.head_branch || github.event.workflow_run.head_commit.id }}
- name: Check stuff
run: echo ${{ github.event.workflow_run.head_commit.id }}
- name: Check stuff
run: echo ${{ github.event.workflow_run.head_commit.id }}
- name: Add GLMakie/XFVB dependencies
Expand Down

0 comments on commit 5b81c9b

Please sign in to comment.