Skip to content

Commit

Permalink
Merge pull request #152 from lsst/tickets/DM-41288-hotfix
Browse files Browse the repository at this point in the history
DM-41288: Remove conditional on running the validation job
  • Loading branch information
JeremyMcCormick authored Oct 20, 2023
2 parents c52c687 + 510d94a commit f966677
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 f966677

Please sign in to comment.