From e8680ab7629627ef169d1727aa7adab4af758cf3 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Tue, 3 Mar 2026 16:24:04 +0100 Subject: [PATCH] ci: ensure Identity workflow runs on push (required) --- .github/workflows/identity.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/identity.yml b/.github/workflows/identity.yml index bfd944b..291475c 100644 --- a/.github/workflows/identity.yml +++ b/.github/workflows/identity.yml @@ -1,6 +1,8 @@ -name: Identityon: +name: Identity +on: push: branches: [ main ] + workflow_dispatch: permissions: contents: read jobs: @@ -8,12 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - name: Actor/Ref assertion + - name: identity shell: bash run: | set -euo pipefail - echo "actor=${GITHUB_ACTOR}" - echo "ref=${GITHUB_REF}" - echo "sha=${GITHUB_SHA}" + echo "identity: ok"