This commit is contained in:
2026-03-25 10:25:45 +01:00
parent 9648ff2adc
commit 22e49eb5a1

View File

@@ -9,7 +9,7 @@ permissions:
contents: write
jobs:
update_and_check_flake:
hydra_callback:
runs-on: ubuntu-latest
env:
NIXPKGS_ALLOW_UNFREE: 1
@@ -24,6 +24,8 @@ jobs:
github_access_token: ${{ secrets.AHTLONS_GITHUB_TOKEN }}
- name: Find pr number
run: |
echo "PR=$(echo "${{ github.ref }}" | cut -d / -f 3) >> $GITHUB_ENV
echo 'PR=$(echo "${{ github.ref }}" | cut -d / -f 3)' >> "$GITHUB_ENV"
- name: run hydra wait
run: nix run nixpkgs#hydra-cli -- -H https://hydra.dynamicdiscord.de jobset-wait malobeo2 "$PR"
run: |
echo "Running now @ pr no $PR"
nix run nixpkgs#hydra-cli -- -H https://hydra.dynamicdiscord.de jobset-wait malobeo2 "$PR"