Skip to content

Commit

Permalink
integration tests: add PR label on action trigger (privacy-scaling-ex…
Browse files Browse the repository at this point in the history
…plorations#959)

* integration tests: add PR label on action trigger

* Update integration.yml
  • Loading branch information
AronisAt79 authored Dec 2, 2022
1 parent b159740 commit 3f7e733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Integration Tests

on:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
types: [synchronize, labeled]
push:
branches:
- main

jobs:
consecutiveness:
if: github.event.pull_request.draft == false
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-integration-tests')

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3f7e733

Please sign in to comment.