File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : baseline
22on :
3+ schedule :
4+ - cron : ' 0 0 * * 1'
35 workflow_dispatch :
46
57concurrency :
4749 run : scripts/run-baseline.sh
4850 - name : upload baseline results
4951 if : ${{ always() }}
50- uses : actions/upload-artifact@v7.0.1
52+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5153 with :
5254 name : baseline-${{ github.run_id }}
5355 path : |
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6- workflow_run :
7- workflows :
8- - weekly baseline
9- types :
10- - completed
116 workflow_dispatch :
127
138permissions :
@@ -21,7 +16,6 @@ concurrency:
2116
2217jobs :
2318 build :
24- if : ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
2519 runs-on : ubuntu-latest
2620 steps :
2721 - name : checkout repository
You can’t perform that action at this time.
0 commit comments