You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: git diff --name-only origin/main HEAD | grep -q ".github/workflows" && echo ".github/workflows has been modified, exiting" && exit 1 || echo ".github/workflows has not been modified"