Skip to content

Commit

Permalink
Move if
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Sep 20, 2023
1 parent 4a8942e commit 2df94c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

url-check:
name: Check URLs
if: ${{needs.set-up.outputs.toggle_url_check_periodically == 'yes'}}
runs-on: ubuntu-latest
container:
image: jhudsl/base_ottr:main
if: ${{needs.set-up.outputs.toggle_url_check_periodically == 'yes'}}

steps:
- name: Run the check
Expand Down

0 comments on commit 2df94c5

Please sign in to comment.