Skip to content

Commit

Permalink
Smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
approxit committed Nov 8, 2023
1 parent 6681f85 commit a0e5a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: On pull request
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
smoke_tests:
uses: ./.github/workflows/smoke_tests.yml
4 changes: 0 additions & 4 deletions .github/workflows/smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Smoke tests
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
name: Smoke tests
Expand Down

0 comments on commit a0e5a73

Please sign in to comment.