We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aca54 commit 4a924deCopy full SHA for 4a924de
.github/workflows/autoconf-check.yml
@@ -52,15 +52,6 @@ jobs:
52
working-directory: release
53
run: .github/jobs/configure-checks/setup_configure_image.sh
54
55
- - name: Trigger fedora testing
56
- #if: ${{ github.event_name != 'merge_group' }}
57
- run: |
58
- curl -X POST \
59
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
60
- -H "Accept: application/vnd.github+json" \
61
- https://api.github.com/repos/domjudge/domjudge/actions/workflows/autoconf-check-different-distro.yml/dispatches \
62
- -d '{"ref":"main"}'
63
-
64
debian-family:
65
needs: build
66
strategy:
0 commit comments