Skip to content

Commit

Permalink
set input.mode to 'nightly' for scheduled nightly workflow (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmazonian authored Jan 2, 2025
1 parent f3c7084 commit 2df533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ./.github/workflows/docker-nightly-publish.yml
secrets: inherit
with:
mode: ${{ inputs.mode }}
mode: ${{ inputs.mode || 'nightly' }}
get_image_tag_suffix:
outputs:
test_image_tag_suffix: ${{ steps.get_image_tag_suffix.test_image_tag_suffix }}
Expand Down Expand Up @@ -60,5 +60,5 @@ jobs:
uses: ./.github/workflows/docker_publish.yml
secrets: inherit
with:
mode: ${{ inputs.mode }}
mode: ${{ inputs.mode || 'nightly' }}
commit_sha: ${{ github.sha }}

0 comments on commit 2df533b

Please sign in to comment.