Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
monfardineL committed Feb 8, 2023
1 parent 24476aa commit f97df38
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# name: Release and Weekly Build
# on:
# schedule:
# - cron: "0 0 * * SUN"
# workflow_dispatch:
# inputs:
# branch:
# description: 'Branch'
# required: true
# default: 'main'
# tag:
# description: 'Release Tag'
name: Release and Weekly Build
on:
#schedule:
# - cron: "0 0 * * SUN"
workflow_dispatch:
inputs:
branch:
description: 'Branch'
required: true
default: 'main'
tag:
description: 'Release Tag'

jobs:
lint:
Expand Down

0 comments on commit f97df38

Please sign in to comment.