Skip to content

Commit

Permalink
Merge Pull Request #2758 from E3SM-Project/scream/bartgol/gh-actions-…
Browse files Browse the repository at this point in the history
…filter

Automatically Merged using E3SM Pull Request AutoTester
PR Title: Run e3sm gh action only if repo name is e3sm
PR Author: bartgol
PR LABELS: AT: AUTOMERGE, AT: Integrate Without Testing
  • Loading branch information
E3SM-Autotester authored Mar 14, 2024
2 parents 2ae6d5c + 3343d21 commit a5e6f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e3sm-gh-ci-cime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:

ci:
if: ${{ github.event.repository.name == 'e3sm' }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e3sm-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
Build-and-Deploy-docs:
if: ${{ github.event.repository.name != 'scream' }}
if: ${{ github.event.repository.name == 'e3sm' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5e6f59

Please sign in to comment.