This commit is contained in:
Ruben Fiszel
2024-12-18 14:05:50 +01:00
parent 59f3b50fb8
commit ab6464a804
+1 -1
View File
@@ -35,7 +35,7 @@ permissions: write-all
jobs:
build:
runs-on: depot-ubuntu-22.04
if: (github.event_name != 'workflow_dispatch') || (github.event.inputs.ee == false)
if: (github.event_name != 'workflow_dispatch') || (inputs.ee == false)
steps:
- uses: actions/checkout@v4
with: