Skip to content

Commit

Permalink
Fix errors in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi authored and Marc Boudreau committed Mar 30, 2023
1 parent bb6ecca commit 0100d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
needs:
- setup
- setup-go-cache
# Don't run this job for PR branches starting with 'ui/', 'backport/docs/', 'docs/', or 'backport/docs/'
# Don't run this job for PR branches starting with 'ui/', 'backport/ui/', 'docs/', or 'backport/docs/'
if: |
!startsWith(github.head_ref, 'ui/') &&
!startsWith(github.head_ref, 'backport/ui/') &&
Expand All @@ -134,7 +134,7 @@ jobs:
needs:
- setup
- setup-go-cache
# Don't run this job for PR branches starting with 'ui/', 'backport/docs/', 'docs/', or 'backport/docs/'
# Don't run this job for PR branches starting with 'ui/', 'backport/ui/', 'docs/', or 'backport/docs/'
if: |
!startsWith(github.head_ref, 'ui/') &&
!startsWith(github.head_ref, 'backport/ui/') &&
Expand All @@ -155,7 +155,7 @@ jobs:
secrets: inherit
test-go-fips:
name: Run Go tests with FIPS configuration
# Only run this job for the enterprise repo if the PR branch doesn't start with 'ui/', 'backport/docs/', 'docs/', or 'backport/docs/'
# Only run this job for the enterprise repo if the PR branch doesn't start with 'ui/', 'backport/ui/', 'docs/', or 'backport/docs/'
if: |
needs.setup.outputs.enterprise == 1 &&
!startsWith(github.head_ref, 'ui/') &&
Expand Down

0 comments on commit 0100d48

Please sign in to comment.