rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
617 stars 68 forks source link

GH Actions notifications on cloned repo #52

Closed paulwratt closed 1 year ago

paulwratt commented 1 year ago

I just updated the master branch on my repo, and now I have failed Action Notifications in my mail box

How can I stop that without making a commit to delete it (which will be questioned next time I update the branch) (EDIT: and makes making PR's a bit problematic).

NOTE: I was not getting any Actions or Notifications before that (then 53 commits behind I think )

messense commented 1 year ago

Self-hosted runners are now disabled on forks: https://github.com/messense/rust-musl-cross/commit/771d24c388c9c58f5c09e789657c05b064ae7f37

paulwratt commented 1 year ago

sweet thanks @messense

messense commented 1 year ago

Fixed the docker login/push issue in https://github.com/messense/rust-musl-cross/commit/7f2c43bdb6db4c28fcb11fcd9869999a272738b2