Skip to content

Commit

Permalink
ci(BUX-582): add check for manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Feb 8, 2024
1 parent ab8cc5e commit 00b330b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "On pull request"

on:
pull_request_target:
types:
- labeled
- unlabeled
- opened

permissions:
pull-requests: write

jobs:
on-pr:
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main

0 comments on commit 00b330b

Please sign in to comment.