Skip to content

Commit

Permalink
fix: merge yaml (#61)
Browse files Browse the repository at this point in the history
fix merge yaml
  • Loading branch information
mishraomp authored Feb 4, 2024
1 parent c65bef2 commit 17869b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- 'charts/**'
- '!.github/workflows/merge.yml'
workflow_dispatch:

concurrency:
Expand All @@ -22,8 +19,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 1
steps: # Get PR number for squash merges to main
-
name: PR Number
- name: PR Number
id: pr
uses: bcgov-nr/action-get-pr@v0.0.1
semantic-release:
Expand Down

0 comments on commit 17869b8

Please sign in to comment.