Skip to content

Commit

Permalink
fix: change job name (#3734)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk authored Jul 20, 2023
1 parent aa493d5 commit 0e1ac1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Consulting the Oracle
name: CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

static-checks:
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
name: PR Checks
name: Static checks
runs-on: ubuntu-latest
timeout-minutes: 45

Expand Down

0 comments on commit 0e1ac1f

Please sign in to comment.