Skip to content

Commit

Permalink
Update build_loop.yml: skip validate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh authored Mar 25, 2024
1 parent e6c5c9b commit 2045fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Builds Loop
build:
name: Build
needs: [validate, check_alive_and_permissions, check_latest_from_upstream]
needs: [check_alive_and_permissions, check_latest_from_upstream]
runs-on: macos-13
permissions:
contents: write
Expand Down

0 comments on commit 2045fcd

Please sign in to comment.