Skip to content

Commit

Permalink
Update request-cli-integ-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Jul 26, 2023
1 parent 88c109a commit 68782dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
files_yaml: |
cli:
- packages/aws-cdk/lib/**
- packages/aws-cdk/lib/**
- packages/aws-cdk/bin/**
- packages/aws-cdk/test/**
submit-to-test-pipeline:
environment: test-pipeline
needs: cli-changes
Expand All @@ -40,4 +42,4 @@ jobs:
run: |
git config --global user.name 'aws-cdk-automation'
git config --global user.email 'aws-cdk-automation@users.noreply.github.com'
git push --force-with-lease --atomic https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git FETCH_HEAD:test-main-pipeline
git push --force-with-lease --atomic https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git FETCH_HEAD:test-main-pipeline

0 comments on commit 68782dc

Please sign in to comment.