From 71573894509801205c4f37a12708903e4cf6925e Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:17:03 -0500 Subject: [PATCH] ci: debug why actions are not running --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b23af18..44deb4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,4 +23,9 @@ jobs: - name: Load sqlx query files for standalone version run: cargo run --bin switch-db -- standalone - name: Run Release Compile - run: cargo check --all-features --release \ No newline at end of file + run: cargo check --all-features --release + debug_info: + runs-on: ubuntu-latest + if: github.event_name != 'push' + steps: + - run: echo Skipped because event name is ${{github.event_name}} \ No newline at end of file