diff --git a/github-actions/templates/multi-event.yml b/.github/workflows/multi-event.yml similarity index 100% rename from github-actions/templates/multi-event.yml rename to .github/workflows/multi-event.yml diff --git a/github-actions/templates/schedule.yml b/.github/workflows/schedule.yml similarity index 79% rename from github-actions/templates/schedule.yml rename to .github/workflows/schedule.yml index a88231de6..aad2ac56f 100644 --- a/github-actions/templates/schedule.yml +++ b/.github/workflows/schedule.yml @@ -1,6 +1,8 @@ +name: Schedule + on: schedule: - - cron: '*/5 * * * *' + - cron: '*/1 * * * *' jobs: hello_world: diff --git a/.github/workflows/custom-action.yml b/github-actions/templates/custom-action.yml similarity index 100% rename from .github/workflows/custom-action.yml rename to github-actions/templates/custom-action.yml diff --git a/github-actions/templates/greetings.yml b/github-actions/templates/greetings.yml index 996da6bbd..46774343e 100644 --- a/github-actions/templates/greetings.yml +++ b/github-actions/templates/greetings.yml @@ -9,7 +9,6 @@ jobs: issues: write pull-requests: write steps: - # https://github.com/actions/first-interaction - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}