Skip to content

Commit

Permalink
Fix 3.15.Final workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea authored Oct 16, 2024
1 parent 53acdef commit 6c31dcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-push-container-images-3.15.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ env:

on:
workflow_dispatch:
inputs:
TIMEFRAME:
required: true
type: choice
description: The timeframe to check for changes
default: ${{ env.DEFAULT_TIMEFRAME }}
options:
- 24 hours
- 2 days
- 3 days
- 7 days
- 1 month
schedule:
- cron: "0 2 * * *"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '.github/workflows/dependabot-automerge.yml'
- '.github/workflows/sonar-scan.yml'
- '.github/workflows/build-push-container-images.yml'
- '.github/workflows/build-push-container-images-3.15.Final.yml'
- '.github/calculateModules.java'
- 'scripts/deploy-to-azure-containerapps.sh'
- 'scripts/create-azure-openai-resources.sh'
Expand Down Expand Up @@ -48,6 +49,7 @@ on:
- '.github/workflows/dependabot-automerge.yml'
- '.github/workflows/sonar-scan.yml'
- '.github/workflows/build-push-container-images.yml'
- '.github/workflows/build-push-container-images-3.15.Final.yml'
- '.github/calculateModules.java'
- 'scripts/*.sh'
- '**/hyperfoil/**'
Expand Down

0 comments on commit 6c31dcf

Please sign in to comment.