Skip to content

Commit 6f3edea

Browse files
authored
keep github actions working for e3sm repo
1 parent 42b7d0c commit 6f3edea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e3sm-gh-ci-cime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626

2727
ci:
28-
if: false
28+
if: ${{ github.event.repository.name == 'e3sm' }}
2929
runs-on: ubuntu-latest
3030
strategy:
3131
fail-fast: false

.github/workflows/eamxx_default_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
scream-defaults:
16-
if: false
16+
if: ${{ github.event.repository.name == 'e3sm' }}
1717
runs-on: ubuntu-latest
1818
outputs:
1919
event_name: ${{ github.event_name }}

0 commit comments

Comments
 (0)