fix: disable env validation in ci

This commit is contained in:
Manuel
2024-07-13 15:30:29 +02:00
parent 66036b08bc
commit d7a30cd0dd

View File

@@ -89,6 +89,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
network: host
env:
CI: true
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}