Skip to content

Commit

Permalink
chore: disable upgrade test for now (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 28, 2024
1 parent 26e780c commit 28e0331
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

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')
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 28e0331

Please sign in to comment.