We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c6d7f commit abfc552Copy full SHA for abfc552
1 file changed
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
run-number: ${{ needs.global-variables.outputs.github-run-number }}
70
71
build:
72
- name: 'Build source code'
+ name: 'Compile source code'
73
needs: [global-variables, versioning]
74
runs-on: ubuntu-latest
75
0 commit comments