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
Prevent Update Notebook dts action from triggering on forked repositories (#2871)
* Add check for the main repository so the action doesn't trigger on forks.
* Update if syntax to match the documentation
* Move the repository check.
Put the check in the overall definition so none of the workflow runs if not the main repository.
* Add check to the codeql workflow too
0 commit comments