Skip to content

Commit

Permalink
add steps to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 9, 2024
1 parent 960a719 commit 2d44553
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
# bump verions
bump-version:
runs-on: ubuntu-latest
uses: openclimatefix/.github/.github/workflows/[email protected]
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
if: github.ref == 'refs/heads/main'
steps:
- name: Bump version
uses: openclimatefix/.github/.github/workflows/[email protected]
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
if: github.ref == 'refs/heads/main'

# Define a dependencies job that runs on all branches and PRs
# * Installs dependencies and caches them
Expand Down

0 comments on commit 2d44553

Please sign in to comment.