Skip to content

Commit 1f39471

Browse files
committed
WIP: PLEASE, DROP THIS COMMIT BEFORE MERGE
1 parent 209c368 commit 1f39471

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.github/workflows/bench.yml

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

12-
on:
13-
pull_request:
14-
branches:
15-
- '**'
12+
# 2021-12-21: FIXME: Please, drop this comment before merge
13+
# on:
14+
# pull_request:
15+
# branches:
16+
# - '**'
1617

1718
jobs:
1819
pre_job:

.github/workflows/caching.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ on:
4242
# Reinstitution of the main chache puts it back into FIFO
4343
# & so it gets shared across all PRs.
4444
- cron: "25 2/8 * * *"
45+
# 2021-12-21: FIXME: Please, drop this comment before merge
46+
pull_request:
47+
branches:
48+
- '**'
4549

4650
env:
4751
cabalBuild: "v2-build all --enable-tests --enable-benchmarks"

.github/workflows/test.yml

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

12-
on:
13-
pull_request:
14-
branches:
15-
- '**'
12+
# 2021-12-21: FIXME: Please, drop this comment before merge
13+
# on:
14+
# pull_request:
15+
# branches:
16+
# - '**'
1617

1718
jobs:
1819
pre_job:

0 commit comments

Comments
 (0)