Skip to content

Commit a412627

Browse files
committed
Temporarily store this
1 parent 346b390 commit a412627

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/simple

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)