Skip to content

Commit

Permalink
update starter
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed May 25, 2022
1 parent bdb9e4c commit 81858c8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/pr-e2e-checker.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
name: e2e-checker
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
- pull_request_target

jobs:
e2e-checker:
name: e2e-checker
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: LouisBrunner/checks-action@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ github.event.pull_request.head.sha }}
name: e2e tests
status: queued

- uses: LouisBrunner/checks-action@v1.1.1
if: contains(github.event.pull_request.labels.*.name, 'ok-to-merge')
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: e2e tests
conclusion: success

0 comments on commit 81858c8

Please sign in to comment.