Skip to content

Commit

Permalink
Use inputs.test-resource-folder directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Apr 19, 2024
1 parent 26cbe9f commit 1beeb9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/application-signals-python-e2e-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ on:
caller-workflow-name:
required: true
type: string
test-resource-folder:
required: true
type: string
# test-resource-folder:
# required: true
# type: string

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# schedule:
# - cron: '*/15 * * * *' # run the workflow every 15 minutes
workflow_dispatch: # be able to run the workflow on demand
push:
# push:

permissions:
id-token: write
Expand Down

0 comments on commit 1beeb9b

Please sign in to comment.