We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7802f commit b395e19Copy full SHA for b395e19
1 file changed
.github/workflows/generate_database.yml
@@ -15,7 +15,7 @@ jobs:
15
species: [Sr87, Sr88, Yb171, Yb173, Yb174]
16
include:
17
# use n_max=220 for tags and main, but only n_max=100 for PRs, etc.
18
- - n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 220 || 100 }}
+ - n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 220 || 220 }}
19
name: ${{ matrix.species }}
20
runs-on: ubuntu-latest
21
timeout-minutes: 300
0 commit comments