ci: adjust canary release conditions

This commit is contained in:
Elliot DeNolf
2024-07-31 00:39:17 -04:00
parent ba6ef6777f
commit b160686fff

View File

@@ -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