Skip to content

Commit af94035

Browse files
committed
Restrict convergence CI to workflow_dispatch only
Tests are too slow (~30-45 min each job) to run on every PR push. Manual trigger via workflow_dispatch lets you run them deliberately when verifying numerics, not on every commit.
1 parent ff0cfa3 commit af94035

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/convergence.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
name: Convergence
22

33
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
types: [opened, synchronize, reopened, ready_for_review]
84
workflow_dispatch:
95

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.sha || github.ref }}
12-
cancel-in-progress: ${{ github.event_name != 'push' }}
13-
146
jobs:
157
convergence-1d:
168
name: "1D Advection Convergence"

0 commit comments

Comments
 (0)