Skip to content

Commit

Permalink
Cleanup some partner-chains-smart-contracts leftovers (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
LGLO authored Feb 6, 2025
1 parent 8643249 commit f78292e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
55 changes: 0 additions & 55 deletions .github/actions/artifacts/download-pcsc-artifact/action.yml

This file was deleted.

10 changes: 1 addition & 9 deletions .github/actions/tests/devshell-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ runs:
- name: Checkout code
uses: actions/checkout@v4

- name: Update flake.lock with calling PR
if: ${{ github.event_name == 'repository_dispatch' }}
run: |
nix flake lock --update-input trustless-sidechain \
--override-input trustless-sidechain \
github:input-output-hk/partner-chains-smart-contracts/${{ github.event.client_payload.ref }}
shell: bash

- name: Acquire AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -39,4 +31,4 @@ runs:
| nix copy --stdin --to \
"s3://cache.sc.iog.io?secret-key=${{ runner.temp }}/nix-key&region=$AWS_REGION" \
&& rm /tmp/outputs
shell: bash
shell: bash

0 comments on commit f78292e

Please sign in to comment.