Skip to content

Commit

Permalink
fix: Skip if the ref name is not start with rc/ (#2875)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu authored Oct 16, 2023
1 parent 1eb66de commit dd43356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_valid_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Update ckb node assume valid target

on:
create:
branches:
- "rc/**"

jobs:
ready-for-release:
name: Update ckb node assume valid target
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref_name, 'rc/') }}
steps:
- name: Create Branch
uses: peterjgrainger/[email protected]
Expand Down

2 comments on commit dd43356

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6528987077

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6528987763

Please sign in to comment.