Skip to content

Commit

Permalink
fix(IDX): weekly workflow envs (#243)
Browse files Browse the repository at this point in the history
Adding missing env vars. Run workflow in the PR when it's definition
changes.
  • Loading branch information
marko-k0 authored Jun 19, 2024
1 parent 2bbcb25 commit 97893db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/schedule-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
schedule:
- cron: "0 8 * * 3"
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/schedule-weekly.yml'

env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_PASSWORD_RO: ${{ secrets.DOCKER_HUB_PASSWORD_RO }}

jobs:
bazel-build-fuzzers-weekly:
Expand Down

0 comments on commit 97893db

Please sign in to comment.