Skip to content

Commit

Permalink
remove ref parameters from cymetric checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 11, 2024
1 parent b709142 commit 293b758
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: cyclus/cymetric
ref: tag-build-arg
path: ${{ github.workspace }}/cymetric

- name: Build and Test Cymetric
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: cyclus/cymetric
ref: tag-build-arg
path: ${{ github.workspace }}/cymetric

- name: Build and Test Cymetric
Expand Down

0 comments on commit 293b758

Please sign in to comment.