Skip to content

Commit 9e2dc5e

Browse files
committed
WIP: DROP BEFORE MERGE
1 parent 16ff91d commit 9e2dc5e

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ concurrency:
99
group: ${{ github.head_ref }}-${{ github.workflow }}
1010
cancel-in-progress: true
1111

12-
on:
13-
pull_request:
14-
branches:
15-
- '**'
12+
# on:
13+
# pull_request:
14+
# branches:
15+
# - '**'
1616

1717
jobs:
1818
pre_job:

.github/workflows/caching.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ on:
3030
push:
3131
branches:
3232
- master
33+
pull_request:
34+
branches:
35+
- '**'
3336
schedule:
3437
# Refresh snapshot every (02+8*x):25 UTC
3538
# When cache is present it is a light check workflow with early termination.

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ concurrency:
99
group: ${{ github.head_ref }}-${{ github.workflow }}
1010
cancel-in-progress: true
1111

12-
on:
13-
pull_request:
14-
branches:
15-
- '**'
12+
# on:
13+
# pull_request:
14+
# branches:
15+
# - '**'
1616

1717
jobs:
1818
pre_job:

0 commit comments

Comments
 (0)