Skip to content

Commit

Permalink
feat: 'allow sdk change' label on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
  • Loading branch information
f0rmiga committed Jan 8, 2022
1 parent 1182018 commit 440087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: .cache/bazel-repo
key: bazel-repo
- name: Validate changed files
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && !contains(github.event.issue.labels.*.name, 'allow sdk change')
run: ./.github/workflows/validate_changed_files.sh ${{ github.head_ref }} ${{ github.base_ref }}
- name: Tidy up repository
run: ./.github/workflows/tidy_up_repository.sh
Expand Down

0 comments on commit 440087a

Please sign in to comment.