Thanks to visit codestin.com Credit goes to github.com
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.
make gen
1 parent 03940f5 commit 8ee58ffCopy full SHA for 8ee58ff
.github/workflows/ci.yaml
@@ -233,8 +233,7 @@ jobs:
233
gen:
234
timeout-minutes: 8
235
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
236
- needs: changes
237
- if: needs.changes.outputs.docs-only == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
+ if: always()
238
steps:
239
- name: Harden Runner
240
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
0 commit comments