Commit d7d56a1 1 parent 84754d8 commit d7d56a1 Copy full SHA for d7d56a1
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ jobs:
16
16
uses : actions/checkout@v4
17
17
with :
18
18
submodules : ' recursive'
19
- - name : Run generate-variable -docs.py
19
+ - name : Run generate-variables -docs.py
20
20
run : |
21
- python3 flow/scripts/generate-variable -docs.py
21
+ python3 flow/scripts/generate-variables -docs.py
22
22
- name : Run yamlfix check
23
23
run : |
24
24
yamlfix -c yamlfix.toml flow/scripts/variables.yaml --check
25
25
26
26
docs-pr-update :
27
27
name : ' Create PR to update ORFS FlowVariables.md and variables.yaml'
28
- if : " github.event_name == 'push'"
28
+ if : " github.event_name == 'pull_request' || github.event_name == ' push'"
29
29
needs :
30
30
- docs-test-job
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout repository
34
34
uses : actions/checkout@v4
35
- - name : Run generate-variable -docs.py
35
+ - name : Run generate-variables -docs.py
36
36
run : |
37
- python3 flow/scripts/generate-variable -docs.py
37
+ python3 flow/scripts/generate-variables -docs.py
38
38
- name : Run yamlfix
39
39
run : |
40
40
pip install yamlfix==1.17.0
You can’t perform that action at this time.
0 commit comments