Skip to content

Commit

Permalink
iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Nov 8, 2024
1 parent 1288a51 commit 3a333cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-extension-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test Extension workflows

on:
workflow_dispatch:
push:
branches:
- 12032-reusable-wf-tests-2
schedule:
- cron: "0 0 * * *"

Expand All @@ -12,7 +15,7 @@ defaults:

jobs:
test:
uses: aalves08/dashboard/.github/workflows/build-extension-charts.yml@12032-reusable-wf-tests
uses: aalves08/dashboard/.github/workflows/build-extension-charts.yml@12032-reusable-wf-tests-2
permissions:
actions: write
contents: write
Expand Down

0 comments on commit 3a333cc

Please sign in to comment.