Skip to content

Commit

Permalink
Merge pull request #22 from candlefinance/fix-changelog
Browse files Browse the repository at this point in the history
ci(changelog): push back to main [CNDL-488]
  • Loading branch information
nikwotton authored May 30, 2024
2 parents f14cc3c + a51db3c commit 680c799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ defaults:

jobs:
release:
# If this is not here, CICD committing the changelog back will kick off a job to commit back the changelog (infinite loop)
if: github.actor != 'candle-admin'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.CANDLE_ADMIN_PAT }}

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 680c799

Please sign in to comment.