File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 55 workflows : [Lint]
66 types :
77 - completed
8+ workflow_dispatch :
89
910jobs :
1011 dagger-build-satellite :
1112 runs-on : ubuntu-latest
1213 permissions :
1314 contents : write
1415 packages : write
15- # unless you specify the success on the event,
16- # this job will also run if the lint workflow was skipped(which is also the case if the condition for the file extension type is false).
17- if : ${{ github.event.workflow_run.conclusion == 'success' }}
1816 steps :
1917 - name : Checkout repository
2018 uses : actions/checkout@v4
4947 permissions :
5048 contents : write
5149 packages : write
52- # unless you specify the success on the event,
53- # this job will also run if the lint workflow was skipped(which is also the case if the condition for the file extension type is false).
54- if : ${{ github.event.workflow_run.conclusion == 'success' }}
5550 steps :
5651 - name : Checkout repository
5752 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments