mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: do not run on website changes (#2964)
Also removed the sync repo workflow since we do not use the sites repo actively anymore.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
discordeno/guide:
|
||||
- source: website/
|
||||
dest: ./
|
||||
exclude: |
|
||||
README.md
|
||||
LICENSE
|
||||
deleteOrphaned: true
|
||||
|
||||
discordeno/template:
|
||||
- source: template/
|
||||
dest: ./
|
||||
exclude: |
|
||||
README.md
|
||||
LICENSE
|
||||
deleteOrphaned: true
|
||||
@@ -2,9 +2,13 @@ name: Library Checks
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -2,9 +2,13 @@ name: Benchmark with retry
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
|
||||
jobs:
|
||||
benchmark-try-1:
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Sync Repos
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'website/**'
|
||||
# - "template/**"
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@master
|
||||
- name: Run GitHub File Sync
|
||||
uses: BetaHuhn/repo-file-sync-action@v1
|
||||
with:
|
||||
GH_PAT: ${{ secrets.REPO_SYNC }}
|
||||
GIT_EMAIL: to@itoh.at
|
||||
GIT_USERNAME: itohatweb
|
||||
SKIP_PR: true
|
||||
COMMIT_EACH_FILE: false
|
||||
Reference in New Issue
Block a user