Skip to content

Commit

Permalink
Revert "test action"
Browse files Browse the repository at this point in the history
This reverts commit 21b6b8b.
  • Loading branch information
and-mora committed Nov 15, 2024
1 parent 21b6b8b commit 20a41d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
pull_request:
types:
- closed
- opened
- edited
- synchronize
branches:
- main

jobs:
post_merge:
#if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'

runs-on: ubuntu-22.04

Expand Down

0 comments on commit 20a41d1

Please sign in to comment.