Skip to content

Commit

Permalink
Test downstream CI
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Dec 7, 2023
1 parent f59ef9b commit 0f62981
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# Trigger the workflow on push to master or develop, except tag creation
push:
branches:
- 'master'
- 'develop'
- "master"
- "develop"
tags-ignore:
- '**'
- "**"

# Trigger the workflow on pull request
pull_request: ~
Expand All @@ -24,8 +24,9 @@ jobs:
downstream-ci:
name: downstream-ci
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@py-qa
with:
python_qa: true
eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit

Expand Down

0 comments on commit 0f62981

Please sign in to comment.