We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1869cc2 commit a7e9789Copy full SHA for a7e9789
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
KSP_ZIP_PASSWORD: ${{ secrets.KSP_ZIP_PASSWORD }}
28
validate-cfg-files:
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
30
steps:
31
- name: Checkout repo
32
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
36
uses: KSP-CKAN/KSPMMCfgParser@master
37
build:
38
# The type of runner that the job will run on
39
40
needs: [check-secret]
41
if: needs.check-secret.outputs.has-password == 'true'
42
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments