Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 25, 2023
1 parent b259757 commit 9378b69
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-packages-list2.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Update packages list
on:
schedule:
- cron: '0 0 1 1-12/3 *' # Run every three months
- cron: '0 0 1 1-12/1 *' # Run every month
push:
branches:
- main
paths:
- .github/workflows/license.yml
- update-action
workflow_dispatch: {}

jobs:
test:
runs-on: elixir
runs-on: ubuntu-latest
container:
image: elixir
name: Update packages list in README
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9378b69

Please sign in to comment.