Skip to content

Commit

Permalink
Remove 2 parameters from dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Nov 29, 2024
1 parent 7799cff commit cb2341e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ on:
upload_artifact:
type: string
default: 'false'
artifact_suffix:
build_artifact_suffix:
type: string
default: 'default'
artifact_archive_name:
Expand Down Expand Up @@ -184,14 +184,16 @@ on:
options:
- "false"
- "true"
build_artifact_suffix:
type: choice
options:
- "default"
retention-days:
type: choice
options:
- 3
#
# FIXME: max of 10 dispatch arguments
#build_artifact_suffix:
# type: choice
# options:
# - "default"
#retention-days:
# type: choice
# options:
# - 3
#################################

permissions:
Expand Down

0 comments on commit cb2341e

Please sign in to comment.