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 fa0637a commit cc85374Copy full SHA for cc85374
.github/workflows/ci.yml
@@ -9,10 +9,6 @@ on:
9
- cron: "0 */12 * * *"
10
workflow_dispatch:
11
12
-concurrency:
13
- group: ${{ github.workflow }}-${{ github.ref }}${{ github.event_name == 'workflow_dispatch' && '-all' || '' }}${{ github.event_name == 'schedule' && '-all' || '' }}
14
- cancel-in-progress: true
15
-
16
jobs:
17
check:
18
name: Check
0 commit comments