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
Ensure workflows only run on arm/arm-toolchain and not on forks (#79)
Currently workflows that exist under `.github/workflows` are executed
not only on arm/arm-toolchain, but on all forks of this repo, including
personal forks used for development and submitting PRs.
To prevent that from happening, this change adds a condition to the
existing workflows, checking if the current repo is arm/arm-toolchain
before running.
0 commit comments