Skip to content

Commit

Permalink
BEN-2931
Browse files Browse the repository at this point in the history
BEN-2931: disable job
  • Loading branch information
andreilupuleasa committed Dec 22, 2023
1 parent 08263c4 commit 29b9417
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Verify Jira tickets status

on: [push, pull_request]

permissions:
id-token: write
contents: read

jobs:
current-branch-status:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Assume Role
uses: aws-actions/configure-aws-credentials@master
with:
aws-region: ${{ secrets.REGION }}
role-to-assume: arn:aws:iam::${{ secrets.ACCOUNT_NUMBER }}:role/service/${{ secrets.ROLE_NAME }}
- name: Get Gorson
shell: bash
run: |
wget -O /usr/local/bin/gorson https://github.com/pbs/gorson/releases/download/4.0.0/gorson-4.0.0-linux-amd64
chmod +x /usr/local/bin/gorson
- name: Checking for JIRA tickets status
env:
AWS_PROFILE: pbs-digi-preprod
AWS_REGION: us-east-1
shell: bash
run : ./ check_both
#name: Verify Jira tickets status
#
#on: [push, pull_request]
#
#permissions:
# id-token: write
# contents: read
#
#jobs:
# current-branch-status:
# runs-on: ubuntu-latest
# steps:
# - name: Git checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: '0'
# - name: Assume Role
# uses: aws-actions/configure-aws-credentials@master
# with:
# aws-region: ${{ secrets.REGION }}
# role-to-assume: arn:aws:iam::${{ secrets.ACCOUNT_NUMBER }}:role/service/${{ secrets.ROLE_NAME }}
# - name: Get Gorson
# shell: bash
# run: |
# wget -O /usr/local/bin/gorson https://github.com/pbs/gorson/releases/download/4.0.0/gorson-4.0.0-linux-amd64
# chmod +x /usr/local/bin/gorson
# - name: Checking for JIRA tickets status
# env:
# AWS_PROFILE: pbs-digi-preprod
# AWS_REGION: us-east-1
# shell: bash
# run : ./ check_both

0 comments on commit 29b9417

Please sign in to comment.