Skip to content

Commit

Permalink
ci: max desperation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Aug 9, 2023
1 parent def2225 commit dc3a952
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
e2e:
uses: ./.github/workflows/actions/e2e
uses: ./.github/workflows/e2e.yml
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
uses: ./.github/workflows/actions/e2e
uses: ./.github/workflows/e2e.yml
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dc3a952

Please sign in to comment.