Update GitHub Actions
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: Dependabot Automerge Check
|
name: Dependabot Automerge Check
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request_target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
worker:
|
auto-merge:
|
||||||
|
if: github.actor == 'dependabot[bot]'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Reference in New Issue
Block a user