Skip to content

Commit 7a6a58b

Browse files
committed
Remove old qmod ci actions
1 parent c81d814 commit 7a6a58b

File tree

6 files changed

+0
-101
lines changed

6 files changed

+0
-101
lines changed

.github/actions/send_qmods_slack_notification/action.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/Test-CI-daily-internal.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ jobs:
4242
# Passing environment information
4343
CLASSIQ_IDE: "https://nightly.platform.classiq.io"
4444
CLASSIQ_HOST: "https://nightly.platform.classiq.io"
45-
46-
- name: Send Qmods Slack notification
47-
if: failure()
48-
uses: ./.github/actions/send_qmods_slack_notification
49-
with:
50-
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/Test-CI-daily-notebooks-algorithms.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ jobs:
5050
# Passing environment information
5151
CLASSIQ_IDE: "https://nightly.platform.classiq.io"
5252
CLASSIQ_HOST: "https://nightly.platform.classiq.io"
53-
54-
- name: Send Qmods Slack notification
55-
if: failure()
56-
uses: ./.github/actions/send_qmods_slack_notification
57-
with:
58-
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/Test-CI-daily-notebooks-applications.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ jobs:
5050
# Passing environment information
5151
CLASSIQ_IDE: "https://nightly.platform.classiq.io"
5252
CLASSIQ_HOST: "https://nightly.platform.classiq.io"
53-
54-
- name: Send Qmods Slack notification
55-
if: failure()
56-
uses: ./.github/actions/send_qmods_slack_notification
57-
with:
58-
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/Test-CI-daily-notebooks-other.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ jobs:
4242
# Passing environment information
4343
CLASSIQ_IDE: "https://nightly.platform.classiq.io"
4444
CLASSIQ_HOST: "https://nightly.platform.classiq.io"
45-
46-
- name: Send Qmods Slack notification
47-
if: failure()
48-
uses: ./.github/actions/send_qmods_slack_notification
49-
with:
50-
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/Test-CI-daily-notebooks-tutorials.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ jobs:
5050
# Passing environment information
5151
CLASSIQ_IDE: "https://nightly.platform.classiq.io"
5252
CLASSIQ_HOST: "https://nightly.platform.classiq.io"
53-
54-
- name: Send Qmods Slack notification
55-
if: failure()
56-
uses: ./.github/actions/send_qmods_slack_notification
57-
with:
58-
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)