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 346b390 commit a412627Copy full SHA for a412627
.github/workflows/simple
@@ -0,0 +1,9 @@
1
+- - name: Trigger fedora testing
2
+- #if: ${{ github.event_name != 'merge_group' }}
3
+- run: |
4
+- curl -X POST \
5
+- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
6
+- -H "Accept: application/vnd.github+json" \
7
+- https://api.github.com/repos/domjudge/domjudge/actions/workflows/autoconf-check-different-distro.yml/dispatches \
8
+- -d '{"ref":"main"}'
9
+
0 commit comments