We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b54f commit f29027bCopy full SHA for f29027b
1 file changed
.github/workflows/pull-request.yml
@@ -27,12 +27,12 @@ jobs:
27
build:
28
needs: test-robot-remove
29
if: ${{ !failure() && !cancelled() && needs.test-robot-remove.result != 'failure' }}
30
- # name: Job
31
- # uses: ./.github/workflows/build.yml
32
- runs-on: ubuntu-latest
33
- name: Build
34
- steps:
35
- - run: echo "Build step - replace with actual build commands"
+ name: Job
+ uses: ./.github/workflows/build.yml
+ # runs-on: ubuntu-latest
+ # name: Build
+ # steps:
+ # - run: echo "Build step - replace with actual build commands"
36
37
test-robot-check:
38
needs: build
0 commit comments