We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dedb5 commit 834666fCopy full SHA for 834666f
.github/workflows/build-and-test.yaml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- build-and-test-openadk:
+ build-and-test:
11
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12
runs-on: ubuntu-latest
13
container: ${{ matrix.container }}${{ matrix.container-suffix }}
0 commit comments