| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37f18b4 commit 6af1cfb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,8 +5,17 @@ on: | |||
| 5 | 5 | branches: | |
| 6 | 6 | - main | |
| 7 | 7 | paths: | |
| 8 | + # Core sg code | ||
| 8 | 9 | - 'dev/sg/**' | |
| 9 | 10 | - '.github/workflows/sg-binary-release.yml' | |
| 11 | + # Core sg dependencies | ||
| 12 | + - 'lib/output/**' | ||
| 13 | + - 'lib/errors/**' | ||
| 14 | + - 'lib/group/**' | ||
| 15 | + # Important things sg imports | ||
| 16 | + - 'enterprise/dev/ci/images/**' # sg ops | ||
| 17 | + - 'internal/database/migration/**' # sg migration | ||
| 18 | + - 'monitoring/**' # sg monitoring | ||
| 10 | 19 | ||
| 11 | 20 | env: | |
| 12 | 21 | GOFLAGS: -trimpath | |
@@ -19,13 +28,13 @@ jobs: | |||
| 19 | 28 | steps: | |
| 20 | 29 | - name: checkout-sourcegraph-sg | |
| 21 | 30 | uses: actions/checkout@v2 | |
| 22 | - with: | ||
| 31 | + with: | ||
| 23 | 32 | repository: sourcegraph/sg | |
| 24 | 33 | token: ${{ secrets.SG_RELEASE_TOKEN }} | |
| 25 | 34 | - name: touch-sourcegraph-sg | |
| 26 | 35 | run: | | |
| 27 | 36 | today=$(date +'%Y-%m-%d-%H-%M') | |
| 28 | - sed -i 's/Latest release: .*/Latest release: '"$today"'/' README.md | ||
| 37 | + sed -i 's/Latest release: .*/Latest release: '"$today"'/' README.md | ||
| 29 | 38 | git config user.name github-actions | |
| 30 | 39 | git config user.email github-actions@github.com | |
| 31 | 40 | git add README.md | |
| Back | FazBrowse Home | New Git URL |
0 commit comments