Skip to content

Commit

Permalink
actions: Only do a checkout if in tuf-on-ci repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Mar 30, 2024
1 parent c69b7a8 commit 401bfae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/test-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: inputs.compare_source == 'true'
with:
ref: "publish"

Expand Down

0 comments on commit 401bfae

Please sign in to comment.