Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Nov 19, 2024
1 parent 44625a5 commit 1b4f26e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/update-remote-settings-dumps.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
name: Update Remote Settings Dumps

on:
push:
branches:
- gh-action-packaged-data
schedule:
- cron: "0 0 * * 0" # Run weekly on Sunday at midnight
workflow_dispatch: # Allow manual trigger
- cron: '0 0 * * *'
workflow_dispatch:
inputs:
base_branch:
description: 'Base branch'
description: 'Base branch to create PR against'
required: true
default: 'main'

#on:
# schedule:
# - cron: "0 0 * * 0" # Run weekly on Sunday at midnight
# workflow_dispatch: # Allow manual trigger
# inputs:
# base_branch:
# description: 'Base branch'
# required: true
# default: 'main'

jobs:
update-dumps:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b4f26e

Please sign in to comment.