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 e0a945e commit fe02993Copy full SHA for fe02993
.github/workflows/nightly.yml
@@ -17,7 +17,7 @@ name: Nightly
17
on:
18
push:
19
branches:
20
- - '*-maintenance'
+ - '10.10-maintenance'
21
22
jobs:
23
ci:
.github/workflows/pr.yml
@@ -3,7 +3,7 @@ name: PR
3
4
pull_request:
5
6
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments