test: allow branch oidc diagnostics

This commit is contained in:
Patrick Erichsen
2026-07-31 03:11:36 -07:00
parent dd19a53c15
commit 23f9661070
-8
View File
@@ -23,14 +23,6 @@ jobs:
environment:
name: Production
steps:
- name: Require main
run: |
set -euo pipefail
if [[ "$GITHUB_REF" != "refs/heads/main" ]]; then
echo "::error::skills.sh production sync must run from refs/heads/main"
exit 1
fi
- uses: actions/checkout@v7.0.1
with:
ref: ${{ github.sha }}