From 53fa1482cb7ec0c5cb051a0930d722628cd10f9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Budiseli=C4=87?= <marko.budiselic@memgraph.com>
Date: Mon, 7 Dec 2020 15:02:14 +0100
Subject: [PATCH] Update GHA jobs tags (#60)

---
 .github/workflows/diff.yaml           | 8 ++++----
 .github/workflows/release.yaml        | 8 ++++----
 .github/workflows/release_centos.yaml | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/diff.yaml b/.github/workflows/diff.yaml
index 7db2c5219..eabd335bd 100644
--- a/.github/workflows/diff.yaml
+++ b/.github/workflows/diff.yaml
@@ -9,7 +9,7 @@ on:
 jobs:
   community_build:
     name: "Community build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
@@ -50,7 +50,7 @@ jobs:
 
   coverage_build:
     name: "Coverage build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
@@ -105,7 +105,7 @@ jobs:
 
   debug_build:
     name: "Debug build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
@@ -179,7 +179,7 @@ jobs:
 
   release_build:
     name: "Release build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a846251c5..57fc0e452 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
 jobs:
   community_build:
     name: "Community build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
     timeout-minutes: 960
@@ -71,7 +71,7 @@ jobs:
 
   coverage_build:
     name: "Coverage build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
@@ -126,7 +126,7 @@ jobs:
 
   debug_build:
     name: "Debug build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
 
@@ -200,7 +200,7 @@ jobs:
 
   release_build:
     name: "Release build"
-    runs-on: [self-hosted, Linux, X64, Debian10]
+    runs-on: [self-hosted, General, Linux, X64, Debian10]
     env:
       THREADS: 24
     timeout-minutes: 960
diff --git a/.github/workflows/release_centos.yaml b/.github/workflows/release_centos.yaml
index 5e309b4ff..050b00120 100644
--- a/.github/workflows/release_centos.yaml
+++ b/.github/workflows/release_centos.yaml
@@ -5,7 +5,7 @@ on: [workflow_dispatch]
 jobs:
   community_build:
     name: "Community build"
-    runs-on: [self-hosted, Linux, X64, CentOS7]
+    runs-on: [self-hosted, General, Linux, X64, CentOS7]
     env:
       THREADS: 24
     timeout-minutes: 960
@@ -69,7 +69,7 @@ jobs:
 
   coverage_build:
     name: "Coverage build"
-    runs-on: [self-hosted, Linux, X64, CentOS7]
+    runs-on: [self-hosted, General, Linux, X64, CentOS7]
     env:
       THREADS: 24
 
@@ -124,7 +124,7 @@ jobs:
 
   debug_build:
     name: "Debug build"
-    runs-on: [self-hosted, Linux, X64, CentOS7]
+    runs-on: [self-hosted, General, Linux, X64, CentOS7]
     env:
       THREADS: 24
 
@@ -198,7 +198,7 @@ jobs:
 
   release_build:
     name: "Release build"
-    runs-on: [self-hosted, Linux, X64, CentOS7]
+    runs-on: [self-hosted, General, Linux, X64, CentOS7]
     env:
       THREADS: 24
     timeout-minutes: 960