File tree 3 files changed +7
-8
lines changed 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
- ' examples/**'
10
10
- ' requirements*'
11
11
- ' setup.cfg'
12
- - ' version- check.py'
12
+ - ' check.py'
13
13
- ' MANIFEST.in'
14
14
- ' .github/workflows/test-brew.yml'
15
15
- ' helper/homebrew/**'
@@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
20
20
- ' examples/**'
21
21
- ' requirements*'
22
22
- ' setup.cfg'
23
- - ' version- check.py'
23
+ - ' check.py'
24
24
- ' MANIFEST.in'
25
25
- ' .github/workflows/test-brew.yml'
26
26
- ' helper/homebrew/**'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
- ' examples/**'
10
10
- ' requirements*'
11
11
- ' setup.cfg'
12
- - ' version- check.py'
12
+ - ' check.py'
13
13
- ' MANIFEST.in'
14
14
- ' .github/workflows/test-docker.yml'
15
15
- ' Dockerfile'
@@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
20
20
- ' examples/**'
21
21
- ' requirements*'
22
22
- ' setup.cfg'
23
- - ' version- check.py'
23
+ - ' check.py'
24
24
- ' MANIFEST.in'
25
25
- ' .github/workflows/test-docker.yml'
26
26
- ' Dockerfile'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
- ' examples/**'
10
10
- ' requirements*'
11
11
- ' setup.cfg'
12
- - ' version- check.py'
12
+ - ' check.py'
13
13
- ' MANIFEST.in'
14
14
- ' .github/workflows/test-library.yml'
15
15
pull_request :
@@ -19,7 +19,7 @@ on: # yamllint disable-line rule:truthy
19
19
- ' examples/**'
20
20
- ' requirements*'
21
21
- ' setup.cfg'
22
- - ' version- check.py'
22
+ - ' check.py'
23
23
- ' MANIFEST.in'
24
24
- ' .github/workflows/test-library.yml'
25
25
workflow_dispatch :
@@ -596,8 +596,7 @@ jobs:
596
596
needs :
597
597
- check
598
598
- pre-setup # transitive, for accessing settings
599
- if : >- # FIXME: remove the line below once credentials are recovered
600
- false &&
599
+ if : >-
601
600
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
602
601
runs-on : Ubuntu-latest
603
602
You can’t perform that action at this time.
0 commit comments