Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
build: ignore pr checking name for release (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freyskeyd authored Mar 19, 2024
1 parent 642203c commit cfd8890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
release
commits:
name: Validate PR commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sequencer_topos_core_contract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
workflow_file_name: topos:sequencer-contracts.yml
ref: main
wait_interval: 60
client_payload: '{ "topos-ref": "${{ github.head_ref }}" }'
client_payload: '{ "topos-ref": "${{ github.head_ref }}", "topos-smart-contracts-ref": "main" }'

0 comments on commit cfd8890

Please sign in to comment.