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 ff9f159 commit 4b0ac28Copy full SHA for 4b0ac28
.github/workflows/ci.yml
@@ -4,13 +4,12 @@ on:
4
push:
5
branches:
6
- master
7
- - ?.?* # matches to backport branches, e.g. 3.9
+ - '[0-9].[0-9]+' # matches to backport branches, e.g. 3.9
8
tags: [ 'v*' ]
9
pull_request:
10
11
12
- - ?.?*
13
- types: [opened, reopened]
14
schedule:
15
- cron: '0 6 * * *' # Daily 6AM UTC build
16
CHANGES/700.misc.rst
@@ -1 +1,2 @@
1
-Updated the GitHub workflow to avoid running unnecessary extra jobs.
+Updated the GitHub workflow to avoid running unnecessary extra jobs and
2
+cancelling concurrent runs.
0 commit comments