Skip to content

Commit

Permalink
Update codebuild-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Apr 17, 2024
1 parent 9232825 commit 6460135
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
release:
types: [ published ]
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, labeled, unlabeled ]
branches: [ main ]
workflow_dispatch:
inputs:
aws-sdk-kotlin-pr:
Expand Down Expand Up @@ -158,7 +158,8 @@ jobs:
await github.graphql(writeComment)
- name: Evaluate Result # TODO: ADD LOGIC FOR LABEL THAT MAKES US IGNORE THIS (SEE: https://github.com/awslabs/aws-sdk-kotlin/blob/main/.github/workflows/api-compat-verification.yml)
- name: Evaluate Result
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
run: |
cat has-significant-change.txt | grep true
if [ $? = 0 ]; then
Expand Down

0 comments on commit 6460135

Please sign in to comment.