Skip to content

Commit

Permalink
chore(ci): Disable distributed test waiting slab update
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Nov 12, 2024
1 parent 84cb1b5 commit 5d95e7b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/concrete_compiler_test_cpu_distributed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: concrete-compiler test linux-cpu-distributed

on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/concrete_compiler_test_cpu_distributed.yml
- compilers/concrete-compiler/**
push:
branches:
- 'main'
- 'release/*'
# Temporary disabled since need slab update
# pull_request:
# paths:
# - .github/workflows/concrete_compiler_test_cpu_distributed.yml
# - compilers/concrete-compiler/**
# push:
# branches:
# - 'main'
# - 'release/*'

env:
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down

0 comments on commit 5d95e7b

Please sign in to comment.