We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc6132 commit a5c37eeCopy full SHA for a5c37ee
.github/workflows/codebuild-ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request_target:
4
5
concurrency:
6
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }}
7
cancel-in-progress: true
8
9
permissions:
@@ -24,6 +24,7 @@ jobs:
24
uses: aws-actions/aws-codebuild-run-build@v1
25
with:
26
project-name: sagemaker-python-sdk-ci-codestyle-doc-tests
27
+ source-version-override: 'pr/${{ github.event.pull_request.number }}'
28
unit-tests:
29
runs-on: ubuntu-latest
30
strategy:
@@ -41,6 +42,7 @@ jobs:
41
42
43
44
project-name: sagemaker-python-sdk-ci-unit-tests
45
46
env-vars-for-codebuild: |
47
PY_VERSION
48
env:
0 commit comments