Skip to content

Commit

Permalink
update cicd-changeset conditional trigger (#12802)
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker authored Apr 12, 2024
1 parent 0c51557 commit 77490de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cicd-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@ jobs:
id-token: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changeset-added
with:
token: ${{ secrets.GITHUB_TOKEN }}
filters: |
core-changeset:
- added: '.changeset/**'
- name: cicd-changesets
if: steps.changeset-added.outputs.core-changeset == 'true'
uses: smartcontractkit/.github/actions/cicd-changesets@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected]
with:
# general inputs
Expand Down

0 comments on commit 77490de

Please sign in to comment.