Skip to content

Commit 21723cd

Browse files
committed
Update name to BUILD to be consistent with other workflows
1 parent e48c826 commit 21723cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-astra-dev-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
default: 'true'
2828

2929
jobs:
30-
setup:
30+
BUILD:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout repository
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/checkout-and-build
3737

3838
run_dev_tests:
39-
needs: setup
39+
needs: BUILD
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)