Skip to content

Commit

Permalink
Remove conditional on running the validation job
Browse files Browse the repository at this point in the history
This allows the validation workflow to be manually triggered on main
or other branches.
  • Loading branch information
JeremyMcCormick committed Oct 20, 2023
1 parent c52c687 commit 510d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

# Only do Docker builds of ticket branches and tagged releases.
if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/tickets/')
#if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/tickets/')

Check warning on line 11 in .github/workflows/validator.yaml

View workflow job for this annotation

GitHub Actions / lint

11:6 [comments] missing starting space in comment

steps:
- name: Check out repo
Expand Down

0 comments on commit 510d94a

Please sign in to comment.