Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

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 9dddf15 commit e530b2c
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 e530b2c

Please sign in to comment.