Skip to content

Commit

Permalink
fix: test-run
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Nov 19, 2024
1 parent 7a6b35d commit 44625a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/update-remote-settings-dumps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -816,5 +816,5 @@
"telemetryId": "ecosia"
}
],
"timestamp": 1731429440245
"timestamp": 1000429440245
}

0 comments on commit 44625a5

Please sign in to comment.