Skip to content

Commit

Permalink
rename github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
snapsnapturtle committed Jul 7, 2024
1 parent 5c59259 commit 3e09404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and test

on:
workflow_call:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ permissions:
pull-requests: write

jobs:
build:
uses: ./.github/workflows/build.yml
build-and-test:
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}
needs: build
needs: build-and-test
runs-on: ubuntu-latest
steps:
- name: Fetch dependabot metadata
Expand Down

0 comments on commit 3e09404

Please sign in to comment.