Skip to content

Commit

Permalink
2024-06-19 13:27 - updates ci:test
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 19, 2024
1 parent cadba7d commit 178dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Info
if: needs.setup.outputs.updated != 'true' || contains(github.event.head_commit.message, 'ci:build')
run: |
if [[ ${{needs.setup.outputs.updated}} != true ]]; then
if [[ "${{needs.setup.outputs.updated}}" != "true" ]]; then
echo "::notice:: Rebuild due to image outdated"
else
echo "::notice:: Forced rebuild due to commit message ${{github.event.head_commit.message}}"
Expand Down

0 comments on commit 178dd48

Please sign in to comment.