Skip to content

Commit

Permalink
Update Workflows for a timer condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseweb-works committed Oct 11, 2024
1 parent d32ced4 commit 0e4519c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 81 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildSite.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Build site

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
schedule:
- cron: '0 13 * * *'
push:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/publishGithubPages.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: Publish to Github pages

# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the master branch
schedule:
- cron: '0 13 * * *'
push:
branches: [ staging ]


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
buildAndDeploy:
runs-on: ubuntu-latest
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/schuldedWorkflow.yml

This file was deleted.

0 comments on commit 0e4519c

Please sign in to comment.