Skip to content

Commit b9efea2

Browse files
author
Nathan Hammond
committed
fix composite workflow layout 6
1 parent e04415b commit b9efea2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ env:
1313
REF_NAME: ${{ github.head_ref || github.ref_name }}
1414

1515
jobs:
16-
build_requirements_and_test:
16+
build_and_test:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: ./.github/reusable/install_and_test
2121
- uses: ./.github/reusable/docker_build_and_push
2222
release:
2323
name: Release pushed tag
24-
needs: test
24+
needs: build_and_test
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Create release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '*'
1010

1111
jobs:
12-
build_requirements_and_test:
12+
install_and_test:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)