Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Sep 19, 2024
1 parent 18e1094 commit 9f9d21f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/continuous-integration-stager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,29 @@ jobs:
uses: ./.github/workflows/codeql.yml

initial-check:
uses: ./.github/workflows/continuous-integration-workflow-snifftest.yml
uses: ./.github/workflows/continuous-integration-workflow-snifftest.yml

# primary testing
windows-cuda:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/windows.yml
uses: ./.github/workflows/continuous-integration-windows.yml

standard-linux:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/continuous-integration-workflow.yml
uses: ./.github/workflows/continuous-integration-linux.yml

hpx-linux:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/continuous-integration-workflow-hpx.yml
uses: ./.github/workflows/continuous-integration-linux-hpx.yml

32bit-linux:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/continuous-integration-workflow-32bit.yml
uses: ./.github/workflows/continuous-integration-linux-32bit.yml

osx:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/osx.yml
uses: ./.github/workflows/continuous-integration-osx.yml

performance-test:
needs: [initial-check, codeql, clang-format-check]
uses: ./.github/workflows/performance-benchmark.yml
5 changes: 1 addition & 4 deletions .github/workflows/performance-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ on:
push:
branches:
- develop
pull_request:
paths-ignore:
- '**/*.md'
types: [ opened, reopened, synchronize ]
workflow_call:

permissions: read-all

Expand Down

0 comments on commit 9f9d21f

Please sign in to comment.