diff --git a/.github/workflows/validator.yaml b/.github/workflows/validator.yaml index 12394339..b5be1f20 100644 --- a/.github/workflows/validator.yaml +++ b/.github/workflows/validator.yaml @@ -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/') steps: - name: Check out repo