diff options
| author | JRPan <[email protected]> | 2025-08-18 23:09:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-19 06:09:47 +0000 |
| commit | 21b18be3832b80b00d4890f041818bac431866e7 (patch) | |
| tree | 4a8801a93a6dde20b747ef6db509215894c9f3ec /.github/workflows/sst_integration.yml | |
| parent | 33644740f15e0fa9f3d64ff98956569b2acf47bc (diff) | |
running formatter (#126)
* running formatter
* consolidate CI runs
* use cluster to run formatter
* use cluster to run formatter
* Add a CI-Success step
Diffstat (limited to '.github/workflows/sst_integration.yml')
| -rw-r--r-- | .github/workflows/sst_integration.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/sst_integration.yml b/.github/workflows/sst_integration.yml index cb94de4..f491f59 100644 --- a/.github/workflows/sst_integration.yml +++ b/.github/workflows/sst_integration.yml @@ -7,14 +7,12 @@ on: push: branches-ignore: - "gh-readonly-queue**" - pull_request: - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build-QV100: + name: SST-QV100 runs-on: ubuntu-latest defaults: run: |
