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.
1 parent 34d6f01 commit 1caec89Copy full SHA for 1caec89
.github/workflows/dawn-check.yaml
@@ -83,3 +83,11 @@ jobs:
83
echo "Uploading to release: $TAG"
84
echo "needs_build=true" >> $GITHUB_OUTPUT
85
fi
86
+
87
+ build-dawn:
88
+ if: ${{ needs.check-dawn.outputs.needs_build == 'true' }}
89
+ needs: check-dawn
90
+ uses: ./.github/workflows/dawn.yaml
91
+ with:
92
+ channel: ${{ github.event.inputs.channel }}
93
+ config: ${{ github.event.inputs.config }}
.github/workflows/dawn.yaml
@@ -46,6 +46,9 @@ on:
46
options:
47
- release
48
- debug
49
+ secrets:
50
+ GITHUB_TOKEN:
51
+ required: true
52
53
jobs:
54
get-dawn-version:
0 commit comments