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.
2 parents 7a5fabd + 55fa9e1 commit 5169202Copy full SHA for 5169202
.github/workflows/ci.yaml
@@ -6,9 +6,12 @@ on:
6
branches-ignore:
7
- renovate/*
8
- dependabot/*
9
- workflow_dispatch:
10
schedule:
11
- cron: 0 0 * * *
+ workflow_dispatch:
12
+concurrency:
13
+ group: "${{ github.workflow }}-${{ github.ref }}"
14
+ cancel-in-progress: true
15
jobs:
16
ci:
17
runs-on: ubuntu-latest
.github/workflows/cypress.yaml
- cron: 0 0 * * 0
cypress:
0 commit comments