Skip to content

Commit

Permalink
tmp run on push to this PR’s branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jun 3, 2024
1 parent 3d62a25 commit 642899a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: Fetch Licenses

on:
workflow_dispatch:
inputs:
force_run:
description: 'Force run license extraction'
required: false
default: 'false'
# inputs:
# force_run:
# description: 'Force run license extraction'
# required: false
# default: 'false'
schedule:
- cron: '0 0 * * *' # Runs at midnight ET
push:
branches:
- elr/udpate-licenses

jobs:
fetch-licenses:
Expand Down

0 comments on commit 642899a

Please sign in to comment.