Skip to content

Commit

Permalink
add CICD required github action necessary for the merge queue system
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jan 25, 2024
1 parent cbc3ca6 commit 27ecef3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/fake-pr-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PR tests
on:
pull_request:
types: [auto_merge_enabled]

jobs:
skip:
name: Report fake success for PR tests
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/[email protected]
with:
name: Run PR tests (Plugins) (Plugins)
conclusion: success
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 27ecef3

Please sign in to comment.