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