Skip to content

Commit

Permalink
Delete all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeraj-shah committed Dec 14, 2024
1 parent 6310f32 commit 0418edc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-process-videos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
{
"content": "bmFtZTogQXV0byBQcm9jZXNzIFZpZGVvcwpvbjoKICB3b3JrZmxvd19kaXNwYXRjaDoKICBzY2hlZHVsZToKICAgIC0gY3JvbjogJzAgKi82ICogKiAqJwoKam9iczoKICBwcm9jZXNzOgogICAgaWY6IGZhbHNlICAjIERpc2FibGVkCiAgICBydW5zLW9uOiB1YnVudHUtbGF0ZXN0CiAgICBzdGVwczoKICAgICAgLSBydW46IGVjaG8gIldvcmtmbG93IGRpc2FibGVkIg==",
"encoding": "base64",
"sha": "94ab633eb607dec50d46283e508203188865b0e2"
}
11 changes: 0 additions & 11 deletions .github/workflows/consolidated-video-processing.yml
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
name: Consolidated Video Processing
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
process:
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Workflow disabled"
11 changes: 0 additions & 11 deletions .github/workflows/new-video-tracker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
name: New Video Tracker
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
track:
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Workflow disabled"
11 changes: 0 additions & 11 deletions .github/workflows/process-videos.yml
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
name: Process Videos
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
process:
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Workflow disabled"
11 changes: 0 additions & 11 deletions .github/workflows/update-videos.yml
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
name: Update Videos
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
update:
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Workflow disabled"
11 changes: 0 additions & 11 deletions .github/workflows/video-processing.yml
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
name: Video Processing
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
process:
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Workflow disabled"

0 comments on commit 0418edc

Please sign in to comment.