Skip to content

Commit a3946ca

Browse files
fix ci on main
1 parent a68d9d3 commit a3946ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
matrix:
1515
species: [Sr87, Sr88, Yb171, Yb173, Yb174]
1616
include:
17-
# use n_max=220 for tags and master, but only n_max=100 for PRs, etc.
18-
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 100 }}
17+
# use n_max=220 for tags and main, but only n_max=110 for PRs, etc.
18+
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 220 || 110 }}
1919
# FIXME: the following species do not yet support high \ell states
2020
- species: Sr87
2121
extra_args: "--skip-high-l"
2222
- species: Yb171
2323
extra_args: "--skip-high-l"
2424
- species: Yb173
2525
extra_args: "--skip-high-l" # FIXME: Yb173 fails for n > 115
26-
n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 115 || 100 }}
26+
n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 115 || 110 }}
2727
name: ${{ matrix.species }}
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 300

0 commit comments

Comments
 (0)