diff --git a/.github/workflows/cbor_test.yml b/.github/workflows/cbor_test.yml
index 37d08f81430fca2c3e862bc55ccf545923873c9a..5f38f5749ee92d441b04200d1b79fd6577260936 100644
--- a/.github/workflows/cbor_test.yml
+++ b/.github/workflows/cbor_test.yml
@@ -2,8 +2,8 @@
 name: CBOR tests
 on:
   push:
-    paths:
-      - 'libraries/cbor/**/*'
+#    paths:
+#      - 'libraries/cbor/**/*'
   pull_request:
     types: [opened, synchronize, reopened]
 
diff --git a/.github/workflows/crypto_test.yml b/.github/workflows/crypto_test.yml
index da4ce371ab8e7bbe85b0363c4c46bed53b368bcf..594fcad00bf6febff5bf2ecfb92969704f495fd7 100644
--- a/.github/workflows/crypto_test.yml
+++ b/.github/workflows/crypto_test.yml
@@ -2,8 +2,8 @@
 name: CBOR tests
 on:
   push:
-    paths:
-      - 'libraries/crypto/**/*'
+#    paths:
+#      - 'libraries/crypto/**/*'
   pull_request:
     types: [opened, synchronize, reopened]
 
diff --git a/.github/workflows/opensk_build.yml b/.github/workflows/opensk_build.yml
index 91fe551814a06167761be3bd8479e814d2a3b989..ac82c73c938f486ae0b0d10674bf1376f75cdd5b 100644
--- a/.github/workflows/opensk_build.yml
+++ b/.github/workflows/opensk_build.yml
@@ -6,7 +6,7 @@ on:
     types: [opened, synchronize, reopened]
 
 jobs:
-  build:
+  build_ctap2:
     runs-on: ubuntu-18.04
     steps:
       - uses: actions/checkout@v2
diff --git a/.github/workflows/opensk_test.yml b/.github/workflows/opensk_test.yml
index 1b40727115dd60b6142ff751c94c94d858679a5e..77be4deef45e7e6020946b73af39d2317354822f 100644
--- a/.github/workflows/opensk_test.yml
+++ b/.github/workflows/opensk_test.yml
@@ -2,8 +2,8 @@
 name: OpenSK tests
 on:
   push:
-    paths:
-      - 'src/**/*.rs'
+#    paths:
+#      - 'src/**/*.rs'
   pull_request:
     types: [opened, synchronize, reopened]