Skip to content

Commit 682dbdf

Browse files
wip
1 parent 6fd28aa commit 682dbdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
build:
2828
needs: test-robot-remove
2929
if: ${{ !failure() && !cancelled() && needs.test-robot-remove.result != 'failure' }}
30-
name: Job
30+
# name: Job
3131
# uses: ./.github/workflows/build.yml
3232
runs-on: ubuntu-latest
33+
name: Build
3334
steps:
3435
- run: echo "Build step - replace with actual build commands"
3536

0 commit comments

Comments
 (0)