Skip to content

Commit 3131115

Browse files
committed
Document different approach to disabling stan.yml
1 parent 4bf7c96 commit 3131115

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/stan.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# This workflow has been disabled on the Stack repository because Stan does not
2+
# yet support GHC >= 9.0. See: https://github.com/kowainik/stan/issues/423.
3+
#
4+
# On enabling a disabled workflow, see:
5+
# https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow#disabling-a-workflow
6+
#
17
name: stan
28

3-
# Disabled because Stan does not yet support GHC >= 9.0. See:
4-
# https://github.com/kowainik/stan/issues/423
5-
6-
# on:
7-
# pull_request:
8-
# push:
9-
# branches:
10-
# - master
11-
# - stable
12-
# - rc/**
9+
on:
10+
pull_request:
11+
push:
12+
branches:
13+
- master
14+
- stable
15+
- rc/**
1316

1417
jobs:
1518
build:

0 commit comments

Comments
 (0)