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 f4c5aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-packages-list2.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
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
name: Update packages list in README
steps:
- uses: actions/checkout@v3
Expand All @@ -20,6 +19,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
apt update && apt -y install elixir
elixir update_packages_list.exs
git config user.name 'Membrane Bot'
git config user.email '[email protected]'
Expand Down

0 comments on commit f4c5aa0

Please sign in to comment.