Skip to content

Commit

Permalink
Remove schedule
Browse files Browse the repository at this point in the history
If not run for a while GH auto-disables the workflow
  • Loading branch information
emanuelen5 committed Mar 28, 2024
1 parent f002e93 commit b988dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- '*'
schedule:
- cron: '12 0 * * 0' # Run every sunday at 12:00

env:
BUILD_DIR: .build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Cache bundler dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build site
run: |
make gh-pages
- name:
- name:
run: |
cd ${BUILD_DIR}
git init
Expand Down

0 comments on commit b988dc7

Please sign in to comment.