Skip to content

Commit

Permalink
chore: DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Jun 9, 2024
1 parent 8720148 commit 42b5f98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
dart:
name: Dart
runs-on: ubuntu-24.04
needs: changes
if: needs.changes.outputs.src != 'false'
#needs: changes
#if: needs.changes.outputs.src != 'false'
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
openapi:
name: OpenAPI
runs-on: ubuntu-24.04
needs: changes
if: needs.changes.outputs.src != 'false'
#needs: changes
#if: needs.changes.outputs.src != 'false'
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
pull_request:
schedule:
- cron: '0 5 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_presets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Update test presets'

on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit 42b5f98

Please sign in to comment.