From 8b56b79615d20b5acdca39795dc1045b93caa226 Mon Sep 17 00:00:00 2001 From: Aryan Chharia <53397153+Aryan-Chharia@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:33:31 +0530 Subject: [PATCH] Delete .github/workflows/debug-workflow.yml --- .github/workflows/debug-workflow.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/debug-workflow.yml diff --git a/.github/workflows/debug-workflow.yml b/.github/workflows/debug-workflow.yml deleted file mode 100644 index 7e00d5a..0000000 --- a/.github/workflows/debug-workflow.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Debug Workflow - -on: - schedule: - - cron: '*/5 * * * *' # Run every 5 minutes - workflow_dispatch: # Allow manual triggering - -jobs: - debug-job: - runs-on: ubuntu-latest - steps: - - name: Print debug information - run: | - echo "Workflow is running!" - echo "Current time (UTC): $(date -u)" - echo "GitHub context: ${{ toJson(github) }}"