Skip to content

Instantly share code, notes, and snippets.

@knownasilya
Created June 24, 2022 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knownasilya/29b0db7636e04258114482fa4da3f80c to your computer and use it in GitHub Desktop.
Save knownasilya/29b0db7636e04258114482fa4da3f80c to your computer and use it in GitHub Desktop.
name: Integration Tests
on:
pull_request:
types: [synchronize, ready_for_review, labeled]
jobs:
integration_tests_on_code_review:
name: Integration Tests on Code Review
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, '1 - code review') && github.event.pull_request.draft == false
# ... more ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment