diff --git a/.github/workflows/update-metadata.yml b/.github/workflows/update-metadata.yml new file mode 100644 index 0000000000..3028014c85 --- /dev/null +++ b/.github/workflows/update-metadata.yml @@ -0,0 +1,10 @@ +on: + schedule: + - cron: '45 11 * * 1' + +jobs: + test_schedule: + runs-on: ubuntu-latest + steps: + - name: update projects metadata + run: make process