Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 6, 2024
1 parent 713f6bb commit f217dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}

run_nodebook_tests:
if: contains(github.event.head_commit.message, '[run-notebook-tests]')
environment: AWS_SAGEMAKER
runs-on: ubuntu-latest

if: contains(github.event.head_commit.message, '[run-notebook-tests]')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f217dd2

Please sign in to comment.