Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
revert checkout change
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Jan 24, 2024
1 parent e2a93ad commit 0339f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: main

- uses: actions/checkout@v2
if: ${{ !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'build-image') }}
if: github.event)name != 'schedule'
with:
submodules: true

Expand Down

0 comments on commit 0339f58

Please sign in to comment.