Skip to content

Commit

Permalink
enable smoketest for pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer committed Oct 30, 2024
1 parent 0f8d4fe commit dd45516
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
on:
pull_request:
merge_group:
push:
branches:
- main
name: SmokeTest
concurrency:
group: ${{ github.ref }}-smoketest
cancel-in-progress: true
jobs:
smoke-test-upgrade-path:
name: Smoke Test Upgrade Path
# if: github.event_name != 'pull_request' || github.event.action == 'enqueued' || contains( github.event.pull_request.labels.*.name, 'run-all')
if: github.event_name != 'pull_request' || github.event.action == 'enqueued' || contains( github.event.pull_request.labels.*.name, 'run-all')
runs-on: ubuntu-latest
steps:
- name: Checkout the repository with full history
Expand Down

0 comments on commit dd45516

Please sign in to comment.