Skip to content

Commit

Permalink
Timeout-minutes doesn't work on composite action steps, testing wheth…
Browse files Browse the repository at this point in the history
…er it works at the call-site
  • Loading branch information
rbvermaa committed Jan 12, 2024
1 parent 9b8c29f commit 303d5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ runs:
CLIENT_CREDENTIALS_URL: ${{ inputs.client_credentials_url }}
HOST: ${{ inputs.rai_host }}
CUSTOM_HEADERS: ${{ inputs.custom_headers }}
timeout-minutes: 1
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
with:
client_id: ${{ secrets.CLIENT_ID }}
client_secret: ${{ secrets.CLIENT_SECRET }}
client_credentials_url: ${{ secrets.CLIENT_CREDENTIALS_URL }}
client_credentials_url: ${{ secrets.CLIENT_CREDENTIALS_URL }}
timeout-minutes: 1

0 comments on commit 303d5fa

Please sign in to comment.