Fix head description #905
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Netlify build every 2 hours | |
# on: | |
# schedule: | |
# - cron: 30 */2 * * * | |
# workflow_dispatch: | |
# inputs: | |
# logLevel: | |
# description: 'Log level' | |
# required: true | |
# default: 'warning' | |
# tags: | |
# description: 'Test scenario tags' | |
# jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Build the Docker image | |
# run: curl -X POST https://api.netlify.com/build_hooks/64c190bc8d5c591958409196 |