Skip to content

Commit 91ecfd9

Browse files
authored
Changed the APHL push dependency to 'verify' instead of 'build'. (#47)
1 parent 5838d3f commit 91ecfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
!testing/newman.key
364364
365365
push-to-aphl:
366-
needs: [build]
366+
needs: [verify]
367367
runs-on: ubuntu-latest
368368
# This step should only be done on PUSH to a Release branch
369369
if: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/Release')) }}

0 commit comments

Comments
 (0)