We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b23db commit e32a49bCopy full SHA for e32a49b
.github/workflows/ci.yml
@@ -3,13 +3,11 @@ name: CI
3
on:
4
pull_request:
5
push:
6
- branches:
7
- - develop
8
workflow_call:
9
workflow_dispatch:
10
11
concurrency:
12
- group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
+ group: "${{ github.workflow }} @ ${{ github.head_ref || github.sha }}"
13
cancel-in-progress: true
14
15
jobs:
0 commit comments