Skip to content

Commit

Permalink
Merge branch 'main' into feat/outage-duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nhitz authored May 3, 2024
2 parents 5fc5cba + e578b55 commit ad0fba8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: "Lint Frontend"

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
on: [ push, pull_request, workflow_dispatch ]

jobs:
lint:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: Lint Job
runs-on: ubuntu-latest

Expand Down

0 comments on commit ad0fba8

Please sign in to comment.