Skip to content

Commit

Permalink
Remove setup job
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Dec 11, 2024
1 parent 51c65ef commit f9ae84d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci_linux_x64_clang_tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ concurrency:
cancel-in-progress: true

jobs:
setup:
if: ${{ github.repository_owner == 'iree-org' || github.event_name != 'schedule' }}
uses: ./.github/workflows/setup.yml

linux_x64_clang_tsan:
needs: setup
if: ${{ github.repository_owner == 'iree-org' || github.event_name != 'schedule' }}
runs-on: ${{ github.repository_owner == 'iree-org' && 'azure-linux-scale' || 'ubuntu-24.04' }}
container:
image: ghcr.io/iree-org/cpubuilder_ubuntu_jammy@sha256:78a558b999b230f7e1da376639e14b44f095f30f1777d6a272ba48c0bbdd4ccb
Expand Down

0 comments on commit f9ae84d

Please sign in to comment.