Skip to content

Commit

Permalink
Removed ndsl package, and types from test yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Jul 2, 2024
1 parent b7727da commit 39f8933
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fv3_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "pyFV3 translate tests"
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
fv3_translate_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pace_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "pace main tests"
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
pace_main_tests:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/shield_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: "SHiELD Translate tests"
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
shield_translate_tests:
uses: mlee03/pySHiELD/.github/workflows/translate.yaml@reusing_workflows
with:
component_trigger: true
component_name: NDSL
component_name: NDSL
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "NDSL Unit tests"
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

# cancel running jobs if theres a newer push
concurrency:
Expand Down

0 comments on commit 39f8933

Please sign in to comment.