Skip to content

Commit 545cb76

Browse files
authored
fix(ci): run remove_label job only on PRs (#945)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent f166818 commit 545cb76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_module_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567
name: Remove label
568568
runs-on: ubuntu-latest
569569
# run the job at the end
570-
if: ${{ always() }}
570+
if: ${{ always() && github.event_name == 'pull_request' }}
571571
needs:
572572
- dev_setup_build
573573
- set_e2e_requirement_status

0 commit comments

Comments
 (0)