ci: adjust canary release conditions
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -551,9 +551,7 @@ jobs:
|
||||
|
||||
publish-canary:
|
||||
name: Publish Canary
|
||||
if: |
|
||||
github.ref == 'refs/heads/beta' &&
|
||||
github.repository == 'payloadcms/payload'
|
||||
if: github.ref == 'refs/heads/beta'
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- all-green
|
||||
|
||||
Reference in New Issue
Block a user