diff --git a/.github/workflows/alioss-integration.yml b/.github/workflows/alioss-integration.yml index b0e7eec..3d17ce4 100644 --- a/.github/workflows/alioss-integration.yml +++ b/.github/workflows/alioss-integration.yml @@ -24,7 +24,7 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout code uses: actions/checkout@v7 diff --git a/.github/workflows/azurebs-integration.yml b/.github/workflows/azurebs-integration.yml index 0617adb..b12777b 100644 --- a/.github/workflows/azurebs-integration.yml +++ b/.github/workflows/azurebs-integration.yml @@ -24,7 +24,7 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout code uses: actions/checkout@v7 diff --git a/.github/workflows/dav-integration.yml b/.github/workflows/dav-integration.yml index 50a633f..298f733 100644 --- a/.github/workflows/dav-integration.yml +++ b/.github/workflows/dav-integration.yml @@ -23,7 +23,7 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout code diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index 8ff4bcc..9e5c61e 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -59,7 +59,7 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout code uses: actions/checkout@v7 diff --git a/.github/workflows/s3-integration.yml b/.github/workflows/s3-integration.yml index 05af256..a8442fd 100644 --- a/.github/workflows/s3-integration.yml +++ b/.github/workflows/s3-integration.yml @@ -24,7 +24,7 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) env: REGION_NAME: us-east-1 STACK_NAME: s3cli-iam