Skip to content

Commit

Permalink
Only build and test with container on upstream (#1817)
Browse files Browse the repository at this point in the history
As it stands, since we are evaluating using the Docker Hub registry
that is not public to facilitate NIST Team development to be more
efficient for local and remote testing. As this container may not
exist at first commit of branch, disable on fork-based PRs for now.
  • Loading branch information
aj-stein-nist committed Jul 10, 2023
1 parent 10c5efb commit 7e43b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/xspec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
workflow_call: {}
jobs:
xspec-tests:
if: github.repository == 'usnistgov/OSCAL' || github.event.pull_request.head.repo.name == github.repository
name: Run XSpec tests
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 7e43b9a

Please sign in to comment.