Skip to content

Commit

Permalink
Merge pull request #83 from looker-open-source/fix_workflows
Browse files Browse the repository at this point in the history
chore: disabling until token resolution
  • Loading branch information
AdamMinton authored May 20, 2022
2 parents 3bcfc4b + 1fb1327 commit b3f1245
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/semantic-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# .github/workflows/semantic-pull-requests.yml
name: Semantic Pull Requests
# name: Semantic Pull Requests

on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
# on:
# pull_request_target:
# types:
# - opened
# - edited
# - reopened
# - synchronize

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/[email protected]
# jobs:
# release-please:
# runs-on: ubuntu-latest
# steps:
# - name: semantic-pull-request
# uses: amannn/[email protected]

0 comments on commit b3f1245

Please sign in to comment.