Skip to content

Commit

Permalink
Add to downstream-ci - format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 24, 2024
1 parent 2052911 commit 9ee9703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build:
python: 3.10
parallel: 1
parallel: 1
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
# Trigger the workflow on push to master or develop, except tag creation
push:
branches:
- 'main'
- 'develop'
- 'main'
- 'develop'
tags-ignore:
- '**'
- '**'

# Trigger the workflow on pull request
pull_request: ~
pull_request:

# Trigger the workflow manually
workflow_dispatch: ~
workflow_dispatch:

# Trigger after public PR approved for CI
pull_request_target:
Expand All @@ -40,5 +40,3 @@ jobs:
with:
earthkit-meteo: ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit


0 comments on commit 9ee9703

Please sign in to comment.