Public Access
Remove dependency on running test
This commit is contained in:
@@ -59,7 +59,6 @@ jobs:
|
||||
|
||||
release_metadata:
|
||||
name: Detect release commit
|
||||
needs: test
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@@ -86,7 +85,7 @@ jobs:
|
||||
|
||||
container:
|
||||
name: Build and publish container
|
||||
needs: [test, release_metadata]
|
||||
needs: release_metadata
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user