Skip to content

Commit

Permalink
Add Sentinel to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Sep 1, 2022
1 parent 43d452f commit f73e33c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@ jobs:
- 16.x
pythonversion:
- "3.9"
sentinel:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
name: sentinel
needs:
- test
- lint
- lint_sdk
runs-on: ubuntu-latest
steps:
- name: Is workflow a success
run: echo yes
test:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down

0 comments on commit f73e33c

Please sign in to comment.