We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b7d0c commit 6f3edeaCopy full SHA for 6f3edea
.github/workflows/e3sm-gh-ci-cime-tests.yml
@@ -25,7 +25,7 @@ on:
25
jobs:
26
27
ci:
28
- if: false
+ if: ${{ github.event.repository.name == 'e3sm' }}
29
runs-on: ubuntu-latest
30
strategy:
31
fail-fast: false
.github/workflows/eamxx_default_files.yml
@@ -13,7 +13,7 @@ on:
13
14
15
scream-defaults:
16
17
18
outputs:
19
event_name: ${{ github.event_name }}
0 commit comments