Skip to content

Commit

Permalink
Merge pull request #5 from nasa/KMS-524
Browse files Browse the repository at this point in the history
KMS-524: adding line back in and testing
  • Loading branch information
mandyparson authored Jan 31, 2025
2 parents 9da7318 + 4642181 commit de9aef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: 'echo true'

sync:
# if: success() && github.ref == 'refs/heads/main' # only run on main success
if: success() && github.ref == 'refs/heads/main' # only run on main success
needs: [tests-passed] # only run after vitest and cypress jobs complete
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit de9aef9

Please sign in to comment.