Skip to content

Commit

Permalink
Try running show-cards action on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fkz committed Sep 22, 2023
1 parent 07725d0 commit e20f419
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/show-card-in-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Show cards in Github issues
jobs:
extract-image:
name: Extract image
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Find images to create
id: find
Expand Down Expand Up @@ -44,15 +44,6 @@ jobs:
} else {
return context.sha;
}
- uses: cachix/install-nix-action@v22
if: "steps.find.outputs.result != 'no'"
with:
extra_nix_config: "log-lines = 300"
- uses: cachix/cachix-action@v12
if: "steps.find.outputs.result != 'no'"
with:
name: potsdam-pnp
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Fetch or compile cards.pdf
if: "steps.find.outputs.result != 'no'"
run: nix build --no-update-lock-file github:${{ github.repository }}/${{ steps.sha.outputs.result }}
Expand Down

0 comments on commit e20f419

Please sign in to comment.