Skip to content

Commit f29027b

Browse files
wip
1 parent 967b54f commit f29027b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
build:
2828
needs: test-robot-remove
2929
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"
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"
3636

3737
test-robot-check:
3838
needs: build

0 commit comments

Comments
 (0)