Skip to content

Commit

Permalink
Update jira-issue-transfer.yml (#214)
Browse files Browse the repository at this point in the history
* Update jira-issue-transfer.yml

Corrected Runs-On

* Update jira-issue-transfer.yml
  • Loading branch information
slokie-so authored Nov 15, 2023
1 parent cfe845a commit a57f130
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jira-issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@

name: Jira Issue Transfer

runs-on: self-hosted

on:
issues:
types:
- opened

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Login
uses: atlassian/gajira-login@v3
Expand Down

0 comments on commit a57f130

Please sign in to comment.