Skip to content

Commit

Permalink
DEBUG, remove conditional if statements in pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Apr 12, 2022
1 parent f9e3121 commit 9744c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
validate-repo-markdown:
uses: ./.github/workflows/workflow-validate-repo-markdown.yml
validate-website:
if: github.event_name == 'pull_request'
#if: github.event_name == 'pull_request'
needs: validate-repo-markdown
uses: ./.github/workflows/workflow-generate-website.yml
with:
hugo_version: 0.83.1
commit_resources: false
push-website:
if: github.event_name == 'push'
#if: github.event_name == 'push'
needs: validate-website
uses: ./.github/workflows/workflow-generate-website.yml
with:
Expand Down

0 comments on commit 9744c7c

Please sign in to comment.