We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3829d91 commit 04b9838Copy full SHA for 04b9838
1 file changed
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Choose image distro
51
if: github.event_name == 'push' || github.event_name == 'pull_request'
52
run: |
53
- echo "IMAGE_DISTRO=ubuntu" >> $GITHUB_ENV
+ echo "IMAGE_DISTRO=fedora" >> $GITHUB_ENV
54
55
56
if: github.event_name == 'schedule'
0 commit comments