mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
fix: skip actions on new tags
This commit is contained in:
2
.github/workflows/check_pr.yml
vendored
2
.github/workflows/check_pr.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v7
|
- uses: actions/github-script@v7
|
||||||
id: script
|
id: script
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' && github.event.ref_type != 'tag'
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const prs = await github.rest.pulls.list({
|
const prs = await github.rest.pulls.list({
|
||||||
|
Reference in New Issue
Block a user