Skip to content

Commit

Permalink
Hamster Left A Pull Request - (Test New CI.) (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: Vedansh <[email protected]>
  • Loading branch information
TheHamsterBot and offensive-vk authored Dec 11, 2024
1 parent 7b4bf1f commit 7111378
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
create_issue:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.state == 'open' }}
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.state == 'open' }}
steps:
- uses: actions/checkout@v4
- name: Generate Issue Template
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
echo "MARKDOWN_CONTENT<<EOF" >> $GITHUB_ENV
echo "$markdown" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create Dynamic Issue
uses: offensive-vk/auto-issue@v7
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI / Build & Test

on:
push:
branches: ["master", "**"]
branches: ["master"]
pull_request:
branches: ["master", "**"]
branches: ["master"]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI / Docker

on:
push:
branches: [ "master", "**" ]
branches: [ "**" ]
pull_request:
branches: [ "master", "**" ]
branches: [ "**" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7111378

Please sign in to comment.