mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 05:04:54 +00:00
ci: prevent running tests on release PR
This commit is contained in:
@@ -18,6 +18,7 @@ on:
|
||||
|
||||
jobs:
|
||||
semver-compare:
|
||||
if: "!startsWith(github.head_ref, 'release-please')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user