Skip to content

Commit

Permalink
Merge pull request #23 from pasindu07/patch-1
Browse files Browse the repository at this point in the history
Added workflow_dispatch
  • Loading branch information
ChanakaR authored Oct 31, 2024
2 parents 8fa0667 + 5137d3e commit b1eec14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ php-7.4-rhel-8 ]
schedule:
- cron: '30 0 * * MON' # 0030 in UTC, 0600 in IST
workflow_dispatch:

env:
REGISTRY: hub.docker.com
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
# body: Latest Image of ${{ github.repository }} has been replaced with ${{ env.VERSION_TAG_NAME }}
# to: techops@orangehrm.com
# from: noreply@orangehrm.com
## secure: true
## secure: true

0 comments on commit b1eec14

Please sign in to comment.