diff options
author | Luna <imlvnaa@gmail.com> | 2023-06-09 19:48:18 +0000 |
---|---|---|
committer | Ven <ven@noreply.codeberg.org> | 2023-06-09 19:48:18 +0000 |
commit | dbad10984a99b6eb9234ec71f2891a136b6a572b (patch) | |
tree | 8141aad45299c68583b6c679f6a21258802fdcfb /.github/workflows/reportBrokenPlugins.yml | |
parent | 55543d8640562fdcd673c7e73e0498d02cd4e328 (diff) | |
download | Vencord-dbad10984a99b6eb9234ec71f2891a136b6a572b.tar.gz Vencord-dbad10984a99b6eb9234ec71f2891a136b6a572b.tar.bz2 Vencord-dbad10984a99b6eb9234ec71f2891a136b6a572b.zip |
[skip ci] Don't run ci on forks; Fix interaction nicks in SMYN (#4)
The following actions are disabled unless run on the main repo: codeberg, publish, build/upload, reportBrokenPlugins
Reviewed-on: https://codeberg.org/Ven/cord/pulls/4
Co-authored-by: Luna <imlvnaa@gmail.com>
Co-committed-by: Luna <imlvnaa@gmail.com>
Diffstat (limited to '.github/workflows/reportBrokenPlugins.yml')
-rw-r--r-- | .github/workflows/reportBrokenPlugins.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/reportBrokenPlugins.yml b/.github/workflows/reportBrokenPlugins.yml index 58c4bce..8bc9361 100644 --- a/.github/workflows/reportBrokenPlugins.yml +++ b/.github/workflows/reportBrokenPlugins.yml @@ -7,6 +7,7 @@ on: jobs: TestPlugins: + if: github.repository == 'Vendicated/Vencord' runs-on: ubuntu-latest steps: |