Skip to content

Commit

Permalink
🔧 Temporarily disable checks on rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Nov 21, 2023
1 parent b99b251 commit 446b0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
version:
- "39"
- "rawhide"
#- "rawhide"
session:
- "gnome-xsession"
- "gnome-wayland-nested"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ clean:
locale

test:
@ for version in 39 "rawhide" ; do \
@ for version in 39 ; do \
for session in "gnome-xsession" "gnome-wayland-nested" ; do \
echo ; \
echo "Running Tests on Fedora $$version ($$session)." ; \
Expand Down

0 comments on commit 446b0d4

Please sign in to comment.