diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 6cde411..fb148b9 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: "0 0 1 * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -61,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2 diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 0bac9f3..400e3ad 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -3,8 +3,7 @@ name: Build and check links on: push: pull_request: - schedule: - - cron: "0 0 1 * *" + jobs: build: @@ -28,4 +27,4 @@ jobs: ruby-version: '3.0' bundler-cache: true - name: Check links - run: make check_links \ No newline at end of file + run: make check_links