disable static job for now

This commit is contained in:
Jacob Overgaard
2023-05-26 15:48:50 +02:00
parent b0ceeac3a9
commit c4cc841ef5

View File

@@ -14,7 +14,7 @@ env:
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
if: false && github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps: