mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-13 10:58:00 +03:00
fixed dependabot PR checks
This commit is contained in:
parent
650af9fa22
commit
992b27900e
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -3,6 +3,7 @@ on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -6,6 +6,12 @@ const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
|
||||
|
||||
process.env.ARCH = process.env.ARCH || process.arch
|
||||
|
||||
if (process.env.GITHUB_HEAD_REF) {
|
||||
delete process.env.CSC_LINK
|
||||
delete process.env.CSC_KEY_PASSWORD
|
||||
process.env.CSC_IDENTITY_AUTO_DISCOVERY = 'false'
|
||||
}
|
||||
|
||||
builder({
|
||||
dir: true,
|
||||
mac: ['pkg', 'zip'],
|
||||
|
Loading…
Reference in New Issue
Block a user