We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9391af7 commit f7b19a8Copy full SHA for f7b19a8
1 file changed
.github/workflows/test.yml
@@ -19,6 +19,10 @@ jobs:
19
name: Run Tests
20
runs-on: ubuntu-latest
21
22
+ concurrency:
23
+ group: cloudflare-operator-tests
24
+ cancel-in-progress: false
25
+
26
permissions:
27
contents: read
28
@@ -52,3 +56,11 @@ jobs:
52
56
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
53
57
run: |
54
58
make test-e2e
59
60
+ - name: Cleanup Cloudflare DNS Records
61
+ if: always()
62
+ env:
63
+ CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
64
+ CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
65
+ run: |
66
+ make clean-test-dns-records
0 commit comments